     ---------------------------------------------------------
      Zero Administration Kit for Microsoft Windows 95 README
		             August l997            
     ---------------------------------------------------------
	      (c) Copyright Microsoft Corporation, 1997


------------------------
HOW TO USE THIS DOCUMENT
------------------------

To view Readme.txt on screen in Notepad, maximize the Notepad window.

To print Readme.txt, open it in Notepad or another word processor, 
then use the Print command on the File menu.


--------
CONTENTS
--------

TRADITIONAL CHINESE WINDOWS 95 AND THE ZERO ADMINISTRATION KIT

--------

TRADITIONAL CHINESE WINDOWS 95 AND THE ZERO ADMINISTRATION KIT
===================================
Changes required for traditional Chinese Windows 95.

1. You must manually change the StartUp folder to the localized string.

2. Traditional Chinese Windows 95 will install only one Traditional
   Chinese IME by default. If you would like to install more then
   one IME for ZAK users you have to do following changes:
  
   - After finishing Zero Administration Kit for Windows 95 Wizard, 
     change directory to <ZAK Root>\SETUP\WIN95.

   - Type following command to extract ime.inf

     EXTRACT PRECOPY2.CAB IME.INF

   - Edit IME.INF using NOTEPAD.EXE.  Edit the [OPTIONAL_IMES] section,
     enable the IMEs you want to be installed by default.
     For example, if you want Chajei.IME to be installed by default 
     then you must edit the following line:
     
     CHAJEI.IME, %desc_chajei%,1

     to

     CHAJEI.IME, %desc_chajei%,1,1
      
3. The Zero Administration Kit desktop user default Windows metrics may be
   incorrect. To fix this problem you can make the following changes to
   set the correct Windows metrics. 

   - Create a file, "METRICS.REG". The file should contain the 
     following contents:

     REGEDIT4

     [HKEY_USERS\.Default\control panel\desktop\windowmetrics]
     "ScrollWidth"="-270"
     "ScrollHeight"="-270"
     "IconSpacing"="-1155"
     "IconSpacingFactor"="100"
     "IconVerticalSpacing"="-1125"
     "IconFont"=hex:09,00,00,00,00,00,00,00,90,01,00,00,00,88,00,00,00,02,b7,73,b2,\
        d3,a9,fa,c5,e9,00,00,00,00,01,00,e2,80,9b,7c,92,82,bf,34,89,00,01,00,54,01,\
        7a,81,bf,34
     "CaptionFont"=hex:09,00,00,00,00,00,00,00,90,01,00,00,00,88,00,00,00,02,b7,73,\
        b2,d3,a9,fa,c5,e9,00,01,e0,3d,00,00,20,41,00,00,12,7e,00,00,fa,7d,63,00,00,\
        00,00,00,01,00
     "MenuFont"=hex:09,00,00,00,00,00,00,00,90,01,00,00,00,88,00,00,00,02,b7,73,b2,\
        d3,a9,fa,c5,e9,00,01,e0,3d,00,00,20,41,00,00,12,7e,00,00,fa,7d,63,00,00,00,\
        00,00,01,00
     "SmCaptionFont"=hex:09,00,00,00,00,00,00,00,bc,02,00,00,00,88,00,00,00,02,b7,\
        73,b2,d3,a9,fa,c5,e9,00,01,e0,3d,00,00,20,41,00,00,12,7e,00,00,fa,7d,63,00,\
        00,00,00,00,01,00
     "StatusFont"=hex:09,00,00,00,00,00,00,00,90,01,00,00,00,88,00,00,00,02,b7,73,\
        b2,d3,a9,fa,c5,e9,00,01,e0,3d,00,00,20,41,00,00,12,7e,00,00,fa,7d,63,00,00,\
        00,00,00,01,00
     "MessageFont"=hex:09,00,00,00,00,00,00,00,90,01,00,00,00,88,00,00,00,02,b7,73,\
        b2,d3,a9,fa,c5,e9,00,01,e0,3d,00,00,20,41,00,00,12,7e,00,00,fa,7d,63,00,00,\
        00,00,00,01,00
     "BorderWidth"="-15"
     "CaptionWidth"="-270"
     "CaptionHeight"="-270"
     "SmCaptionWidth"="-210"
     "SmCaptionHeight"="-210"
     "MenuWidth"="-270"
     "MenuHeight"="-270"
     "Shell Icon BPP"="16"
     "Shell Icon Size"="32"

     [HKEY_USERS\.Default\control panel\desktop\ResourceLocale]
     @="00000404"

   - Copy METRICS.REG to the Zero Administration Kit directory: 
     <root>\SETUP\WIN95

   - Edit the MSBATCH.INF in the <root>\SETUP\WIN95
     
   - Make the following changes to MSBATCH.INF
     
     In the [SourceDisksFiles] section add:

     METRICS.REG=22,,0

     In the [copy.runshell.exe] section add:
     METRICS.REG

     In the [Office] section add
     HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,WindowsMetrics,,"regedit metrics.reg"
    
